Part Number Hot Search : 
600ETTT 46C12 N7782B 8C327 N4750A LC75842M UGF3MB B1642
Product Description
Full Text Search
 

To Download MB85RC128PNF-G-JNE1 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
 FUJITSU SEMICONDUCTOR DATA SHEET
DS05-13110-3E
Memory FRAM
128 K (16 K x 8) Bit I2C
MB85RC128
DESCRIPTION
The MB85RC128 is a FRAM (Ferroelectric Random Access Memory) Stand-Alone chip in a configuration of 16,384 words x 8 bits, using the ferroelectric process and silicon gate CMOS process technologies for forming the nonvolatile memory cells. The MB85RC128 adopts the two-wire serial interface. Unlike SRAM, the MB85RC128 is able to retain data without using a data backup battery. The read/write endurance of the nonvolatile memory cells used for the MB85RC128 has improved to be at least 1010 cycles, significantly out performing Flash memory and E2PROM in the number. The MB85RC128 does not need a polling sequence after writing to the memory such as the case of Flash memory nor E2PROM.
FEATURES
* * * * Bit configuration : 16,384 words x 8 bits Operating power supply voltage : 2.7 V to 3.6 V Operating frequency : 400 kHz (Max) Two-wire serial interface : I2C-bus specification ver. 2.1 compliant, supports Standard-mode/ Fast-mode. Fully controllable by two ports: serial clock (SCL) and serial data (SDA). Operating temperature range : - 40 C to +85 C Data retention : 10 years ( + 75 C) Read/write endurance : 1010 times Package : Plastic / SOP, 8-pin (FPT-8P-M02) Low power consumption : Operating current 0.15 mA (Max: @400 kHz), Standby current 5 A (Typ)
* * * * *
Copyright(c)2010-2011 FUJITSU SEMICONDUCTOR LIMITED All rights reserved 2011.6
MB85RC128
BLOCK DIAGRAM
Serial/Parallel Converter
SDA
Row Decoder
WP
Control Logic
SCL
Address Counter
FRAM Array 16,384 x 8
Column Decoder/Sense Amp/ Write Amp
A0, A1, A2
I2C (Inter-Integrated Circuit)
The MB85RC128 has a two-wire serial interface, supports the I2C bus, and operates as a slave device. The I2C bus defines communication roles of "master" and "slave" devices, with the master side holding the authority to initiate control. Furthermore, a I2C bus connection is possible where a single master device is connected to multiple slave devices. In this case, it is necessary to assign a unique device address to the slave device, the master side starts communication after specifying the slave to communicate by addresses. * I2C Interface System Configuration Example VDD Pull-up Resistors
SCL SDA
I2C Bus Master
I2C Bus MB85RC128
A2 0 A1 0 A0 0
I2C Bus MB85RC128
A2 0 A1 0 A0 1
I2C Bus MB85RC128
A2 0 A1 1 A0 0
...
Device address
DS05-13110-3E
3
MB85RC128
I2C COMMUNICATION PROTOCOL
The I2C bus is a two wire serial interface that uses a bidirectional data bus (SDA) and serial clock (SCL). A data transfer can only be initiated by the bus master, which will also provide the serial clock for synchronization. The SDA signal should change while SCL is Low. However, as an exception, when starting and stopping communication sequence, SDA is allowed to change while SCL is High. * Start Condition To start read or write operations by the I2C bus, change the SDA input from High to Low while the SCL input is in the high state. * Stop Condition To stop the I2C bus communication, change the SDA input from Low to High while the SCL input is in the high state. In the reading operation, inputting the stop condition finishes reading and enters the standby state. In the writing operation, inputting the stop condition finishes inputting the rewrite data. * Start Condition, Stop Condition
SCL
SDA
Start
Stop
Note : The FRAM device does not need the programming wait time (tWC) after issuing the Stop Condition during the write operation.
4
DS05-13110-3E
MB85RC128
ACKNOWLEDGE (ACK)
In the I2C bus, serial data including address or memory information is sent in units of 8 bits. The acknowledge signal indicates that every each 8 bits of the data is successfully sent and received. The information receiver side usually outputs "L" every time on the 9th SCL clock after each 8 bits are successfully transmitted. On the transmitter side, the bus is temporarily released to Hi-Z every time on this 9th clock to allow the acknowledge signal to be received and checked. During this Hi-Z-released period, the receiver side pulls the SDA line down to indicate "L" that the previous 8bits communication is successfully received. If the information receiver side detects Stop condition before driving the acknowledge "L", the read operation ends and the I2C bus enters the standby state. If Stop condition is not sent, nor does the transmitter detect the acknowledge "L", the bus remains in the released state "H" without doing anything. * Acknowledge timing overview diagram
SCL
1
2
3
8
9
SDA
The transmitter side should always release SDA on the 9th bit. At this time, the receiver side outputs a pull-down to indicate a successful byte transfer (ACK response).
ACK
Start
DS05-13110-3E
5
MB85RC128
DEVICE ADDRESS WORD (Slave address)
Following the start condition, the bus master sends the 8bits device address word (Slave address) to start I2C communication. The device address word (8bits) consists of a device Type code (4bits), device address code (3bits), and a read/write code (1bit). * Device Type Code (4bits) The upper 4 bits of the device address word are a device type code that identifies the device type, and are fixed at "1010" for the MB85RC128. * Device Address Code (3bits) Following the device type code, the 3 bits of the device address code are input in order of A2, A1, and A0 pins. Each MB85RC128 is given a unique 3bits code on the device address pin (external hardware pin A2, A1, and A0). When the device address code is received by the slave device, the slave only responds if the hardware device address of which is equal to its unique 3bits code. * Read/Write Code (1bit) The 8th bit of the device address word is the R/W (read/write) code. When the R/W code is "L", a write operation is enabled, and the R/W code is "H", a read operation is enabled for the MB85RC128.
6
DS05-13110-3E
MB85RC128
DATA STRUCTURE
In the I2C bus, the acknowledge "L" is output on the 9th bit after the 8 bits of the device and address word following the start condition. After confirming the acknowledge response at the slave, the I2C master outputs 8bits x 2 memory address to the I2C slave. When the memory address input ends, the slave again outputs the acknowledge "L". After this operation, the I/O data follows in units of 8 bits, with the acknowledge "L" output after every 8bits. It is determined by the R/W code whether the data line is driven by the master or the slave. For a write operation the slave will accept 8bits from the master then send an acknowledge. If the master detects the acknowledge, the master will transfer the next 8bits. For a read operation the slave will place 8bits on the I2C bus, then wait for an acknowledge from the master. * Data Structure Diagram
Start SCL
1
2
3
4
5
6
7
8
9
1
2
..
ACK
SDA
S
1
0
1
0
A2
A1
A0
R/W
A
..
Access from master Access from slave
S Start Condition A ACK
FRAM ACKNOWLEDGE -- POLLING NOT REQUIRED
The MB85RC128 performs write operations at the same speed as read operations, so any waiting time for an ACK polling* does not occur. The write cycle takes no additional time. *: As to E2PROM, the Acknowledge Polling is performed as a progress check in the write programming step. It places NAK condition on the bus as of "not acknowledged" during the writing programming period. The busy status for the write programming is given from 9th ACK bit. That "done" condition is placed onto I2C bus by E2PROM I2C device and your program had to poll the bus in order to sense that condition.
WRITE PROTECT (WP)
The entire memory array can be write protected using the Write Protect pin. When the Write Protect is set to "H", the entire memory map will be write protected. When the write protect pin is "L", all addresses may be overwritten. Note : The Write Protect pin is pulled down internally to VSS pin, therefore if the Write Protect pin is open, the pin status is detected as Low (write enabled).
DS05-13110-3E
7
MB85RC128
* Sequential Read Data can be received continuously following the control byte after specifying the address the same as for Random Read. If the read exceeds the end of address for the MB85RC128, the internal read address automatically rolls over to 0000H.
...
A
Read Data 8bits
A
Read Data
...
A
Read Data 8bits
NP
Access from master Access from slave
P Stop Condition A ACK N NACK
10
DS05-13110-3E
MB85RC128
ABSOLUTE MAXIMUM RATINGS
Parameter Power supply voltage* Input pin voltage* Output pin voltage* Ambient temperature Storage temperature Symbol VCC VIN VOUT TA Tstg Rating Min - 0.5 - 0.5 - 0.5 - 40 - 40 Max +4.0 VCC + 0.5 ( 4.0) VCC + 0.5 ( 4.0) + 85 + 125 Unit V V V C C
* : These parameters are based on the condition that VSS is 0 V. WARNING: Semiconductor devices can be permanently damaged by application of stress (voltage, current, temperature, etc.) in excess of absolute maximum ratings. Do not exceed these ratings.
RECOMMENDED OPERATING CONDITIONS
Parameter Power supply voltage* "H" level input voltage* "L" level input voltage* Ambient temperature Symbol VCC VIH VIL TA Value Min 2.7 VCC x 0.8 - 0.5 - 40 Typ 3.3 Max 3.6 VCC + 0.5 ( 4.0) + 0.6 + 85 Unit V V V C
* : These parameters are based on the condition that VSS is 0 V. WARNING: The recommended operating conditions are required in order to ensure the normal operation of the semiconductor device. All of the device's electrical characteristics are warranted when the device is operated within these ranges. Always use semiconductor devices within their recommended operating condition ranges. Operation outside these ranges may adversely affect reliability and could result in device failure. No warranty is made with respect to uses, operating conditions, or combinations not represented on the data sheet. Users considering application outside the listed conditions are advised to contact their representatives beforehand.
DS05-13110-3E
11
MB85RC128
ELECTRICAL CHARACTERISTICS
1. DC Characteristics
(within recommended operating conditions) Parameter Input leakage current Output leakage current Operating power supply current Standby current "L" level output voltage Symbol |ILI| |ILO| ICC ISB VOL Condition SCL, SDA = 0 V to VCC A0, A1, A2, WP = 0 V or VCC VOUT = 0 V to VDD SCL = 400 kHz SCL, SDA = VCC A0, A1, A2, WP = 0 V or VCC IOL = 2 mA Value Min Typ 100 5 Max 1 1 150 20 0.4 Unit A A A A V
2. AC Characteristics
Parameter SCL clock frequency Clock high time Clock low time SCL/SDA rise time SCL/SDA fall time Start condition hold Start condition setup SDA input hold SDA input setup SDA output hold Stop condition setup SDA output access after SCL fall Pre-charge time Pulse width ignored (Input Filter on SCL and SDA) Symbol FSCL THIGH TLOW Tr Tf THD:STA TSU:STA THD:DAT TSU:DAT TDH:DAT TSU:STO TAA TBUF TSP Value Min 0 600 1300 600 600 0 100 0 600 1300 Max 400 300 300 900 50 Unit kHz ns ns ns ns ns ns ns ns ns ns ns ns ns
AC characteristics were measured under the following measurement conditions. Power supply voltage Operating temperature Input rise time Input fall time Input judge level Output judge level : 2.7 V to 3.6 V : - 40 C to + 85 C : 5 ns : 5 ns : VCC/2 : VCC/2
Input voltage magnitude : 0.3 V to 2.7 V
12
DS05-13110-3E
MB85RC128
3. AC Timing Definitions
TSU:DAT THD:DAT
SCL
VIH VIL
VIH
VIH VIL
VIH VIL
VIH VIL
Start
VIH VIL
VIL
Stop
VIH VIL
SDA
VIH VIL
VIH VIL
TSU:STA THD:STA Tr THIGH TLOW VIH VIL VIH VIL Tf
TSU:STO
SCL
VIH VIL
VIH VIL
Stop
VIH VIL VIL Tbuf
Start
VIH VIL
SDA
VIH VIL
VIH
Tr Taa
Tf TDH:DAT VIH
Tsp
SCL
VIL VIH
VIL
SDA
VIL
Valid
VIH VIL VIL
1/FSCL
4. Pin capacitance
Parameter I/O capacitance Input capacitance Symbol CI/O CIN Conditions VIN = VOUT = 0 V, f = 1 MHz, TA = + 25 C Value Min Typ Max 15 15 Unit pF pF
DS05-13110-3E
13
MB85RC128
5. AC Test Load Circuit
3.3 V
1 k
Output 100 pF
14
DS05-13110-3E
MB85RC128
ORDERING INFORMATION
Part number MB85RC128PNF-G-JNE1 MB85RC128PNF-G-JNERE1 Package 8-pin, plastic SOP (FPT-8P-M02) 8-pin, plastic SOP (FPT-8P-M02) Embossed Carrier tape Remarks
16
DS05-13110-3E
MB85RC128
MEMO
DS05-13110-3E
19
MB85RC128
FUJITSU SEMICONDUCTOR LIMITED
Nomura Fudosan Shin-yokohama Bldg. 10-23, Shin-yokohama 2-Chome, Kohoku-ku Yokohama Kanagawa 222-0033, Japan Tel: +81-45-415-5858 http://jp.fujitsu.com/fsl/en/ For further information please contact: North and South America FUJITSU SEMICONDUCTOR AMERICA, INC. 1250 E. Arques Avenue, M/S 333 Sunnyvale, CA 94085-5401, U.S.A. Tel: +1-408-737-5600 Fax: +1-408-737-5999 http://us.fujitsu.com/micro/ Europe FUJITSU SEMICONDUCTOR EUROPE GmbH Pittlerstrasse 47, 63225 Langen, Germany Tel: +49-6103-690-0 Fax: +49-6103-690-122 http://emea.fujitsu.com/semiconductor/ Korea FUJITSU SEMICONDUCTOR KOREA LTD. 902 Kosmo Tower Building, 1002 Daechi-Dong, Gangnam-Gu, Seoul 135-280, Republic of Korea Tel: +82-2-3484-7100 Fax: +82-2-3484-7111 http://kr.fujitsu.com/fsk/ Asia Pacific FUJITSU SEMICONDUCTOR ASIA PTE. LTD. 151 Lorong Chuan, #05-08 New Tech Park 556741 Singapore Tel : +65-6281-0770 Fax : +65-6281-0220 http://www.fujitsu.com/sg/services/micro/semiconductor/ FUJITSU SEMICONDUCTOR SHANGHAI CO., LTD. Rm. 3102, Bund Center, No.222 Yan An Road (E), Shanghai 200002, China Tel : +86-21-6146-3688 Fax : +86-21-6335-1605 http://cn.fujitsu.com/fss/ FUJITSU SEMICONDUCTOR PACIFIC ASIA LTD. 10/F., World Commerce Centre, 11 Canton Road, Tsimshatsui, Kowloon, Hong Kong Tel : +852-2377-0226 Fax : +852-2376-3269 http://cn.fujitsu.com/fsp/
Specifications are subject to change without notice. For further information please contact each office. All Rights Reserved. The contents of this document are subject to change without notice. Customers are advised to consult with sales representatives before ordering. The information, such as descriptions of function and application circuit examples, in this document are presented solely for the purpose of reference to show examples of operations and uses of FUJITSU SEMICONDUCTOR device; FUJITSU SEMICONDUCTOR does not warrant proper operation of the device with respect to use based on such information. When you develop equipment incorporating the device based on such information, you must assume any responsibility arising out of such use of the information. FUJITSU SEMICONDUCTOR assumes no liability for any damages whatsoever arising out of the use of the information. Any information in this document, including descriptions of function and schematic diagrams, shall not be construed as license of the use or exercise of any intellectual property right, such as patent right or copyright, or any other right of FUJITSU SEMICONDUCTOR or any third party or does FUJITSU SEMICONDUCTOR warrant non-infringement of any third-party's intellectual property right or other right by using such information. FUJITSU SEMICONDUCTOR assumes no liability for any infringement of the intellectual property rights or other rights of third parties which would result from the use of information contained herein. The products described in this document are designed, developed and manufactured as contemplated for general use, including without limitation, ordinary industrial use, general office use, personal use, and household use, but are not designed, developed and manufactured as contemplated (1) for use accompanying fatal risks or dangers that, unless extremely high safety is secured, could have a serious effect to the public, and could lead directly to death, personal injury, severe physical damage or other loss (i.e., nuclear reaction control in nuclear facility, aircraft flight control, air traffic control, mass transport control, medical life support system, missile launch control in weapon system), or (2) for use requiring extremely high reliability (i.e., submersible repeater and artificial satellite). Please note that FUJITSU SEMICONDUCTOR will not be liable against you and/or any third party for any claims or damages arising in connection with above-mentioned uses of the products. Any semiconductor devices have an inherent chance of failure. You must protect against injury, damage or loss from such failures by incorporating safety design measures into your facility and equipment such as redundancy, fire protection, and prevention of overcurrent levels and other abnormal operating conditions. Exportation/release of any products described in this document may require necessary procedures in accordance with the regulations of the Foreign Exchange and Foreign Trade Control Law of Japan and/or US export control laws. The company names and brand names herein are the trademarks or registered trademarks of their respective owners. Edited: Sales Promotion Department


▲Up To Search▲   

 
Price & Availability of MB85RC128PNF-G-JNE1

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X